How to get file id through fileficket in sql
http://dnndev.me/LinkClick.aspx?fileticket=EA6QHBAkI2I%3d&portalid=0
On the server, DNN calls <code>UrlUtils.DecryptParameter</code>, which calls <code>PortalSecurity.Decrypt</code>, which calls <code>CryptographyProvider.DecryptParameter</code>, ultimately using the <code>DESCryptoServiceProvider</code> (by default). SQL Server does provide cryptographic functions, so you can see whether it's possible to replicate that logic in the database. If it's possible to handle it on the web server, that's probably going to be quite a bit easier than doing it in SQL.
These Forums are for the discussion of the open source CMS DNN platform and ecosystem.
For the benefit of the community and to protect the integrity of the ecosystem, please observe the following posting guidelines:
Awesome! Simply post in the forums using the link below and we'll get you started.